isPaddingRelative
Deprecated
Call isPaddingRelative directly.
Return if the padding as been set through relative values View.setPaddingRelative(int, int, int, int)
or thru
Return
true if the padding is relative or false if it is not.
Parameters
view
view for which to get the state.